-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
types: make vint_[en/de]code functions pub #1047
Conversation
This is just for the sake of cpp-rust-driver which implements custom serialization.
@muzarski Please investigate the failing CI, especially cassandra tests. |
Is this still needed after yesterdays changes to serialization in cpp-rust-driver? |
As I see it, one of |
We can export a function after 1.0 if needed, but we can't un-export it, and exporting everything makes it much harder to make any changes. |
|
When we release
|
I'll close it. I agree that for now, there is no need to make |
This is just for the sake of cpp-rust-driver
which implements custom serialization.
Pre-review checklist
[] I added relevant tests for new features and bug fixes.[ ] I have provided docstrings for the public items that I want to introduce.[ ] I have adjusted the documentation in./docs/source/
.[ ] I added appropriateFixes:
annotations to PR description.